encoding/binary.bigEndian.PutUint32 (method, view implemented interface methods)
9 uses
encoding/binary (current package)
binary.go#L182: func (bigEndian) PutUint32(b []byte, v uint32) {
compress/zlib
writer.go#L124: binary.BigEndian.PutUint32(z.scratch[:], adler32.Checksum(z.dict))
writer.go#L190: binary.BigEndian.PutUint32(z.scratch[:], checksum)
github.com/gotd/td/telegram/downloader
cdn_verify.go#L330: binary.BigEndian.PutUint32(iv.Buf[iv.Len()-4:], uint32(offset/16))
rsc.io/qr
png.go#L47: binary.BigEndian.PutUint32(w.tmp[0:4], uint32((siz+8)*scale))
png.go#L48: binary.BigEndian.PutUint32(w.tmp[4:8], uint32((siz+8)*scale))
png.go#L75: binary.BigEndian.PutUint32(w.wctmp[0:4], uint32(len(data)))
png.go#L84: binary.BigEndian.PutUint32(w.wctmp[0:4], crc)
png.go#L173: binary.BigEndian.PutUint32(b.tmp[0:], b.adler32.Sum32())
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |